GrapeCity.Documents.Drawing.GcGraphics 上に指定された注釈を描画します。
指定された注釈は現在のページにある必要があります。
シンタックス
'宣言
Public Overloads Sub DrawAnnotations( _
ByVal As GcGraphics, _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Collections.Generic.IList(Of AnnotationBase), _
Optional ByVal As RenderingCache, _
Optional ByVal As System.Boolean _
)
public void DrawAnnotations(
GcGraphics ,
System.Drawing.RectangleF ,
System.Collections.Generic.IList<AnnotationBase> ,
RenderingCache ,
System.bool
)
パラメータ
- graphics
- 注釈を描画する GrapeCity.Documents.Drawing.GcGraphics。
- bounds
- 描画する範囲。
- annotations
- 描画する注釈のリスト。
- renderingCache
- レンダリング時に作成されたオブジェクトをキャッシュするために使用される RenderingCache オブジェクト。
- ignoreErrors
- レンダリング時にPDFコンテンツストリームのエラーを無視するかどうかを示します。
参照